home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17722 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.sprintlink.net!datalytics!usenet
  2. From: Rob Stewart <stew@datalytics.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ 4.0 memory
  5. Date: Wed, 17 Apr 1996 01:16:27 -0400
  6. Organization: Datalytics, Inc.
  7. Message-ID: <31747EAB.6FB8@datalytics.com>
  8. References: <4krk06$r8l@news.acns.nwu.edu>
  9. NNTP-Posting-Host: 204.62.224.241
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Jed Greene wrote:
  16. > I am planning on purchasing VC++ 4.0 but I have a few questions.
  17. > First, will I have flat memory addressing (huge arrays painlessly)?
  18. > Also, if I compile on 95, will I be able to create applications that
  19. > run on NT?  What about 16 bit stuff for 3.1?
  20.  
  21. First, VC is up to 4.1, but only through the subscription plan.  
  22. It is a worthwhile upgrade, but not available through any other 
  23. means.
  24.  
  25. Second, any 32 bit programming involves flat addressing, so 
  26. Win95 and NT programs have it.
  27.  
  28. Third, VC, since v2.0, has included an older version, 1.52 to do 
  29. 16 bit work.  You can't compile 16 bit apps with the newer 
  30. versions.  This means your 16 bit apps must use a different 
  31. version of MFC and a different, brain-damaged version of the 
  32. compiler.  This is not highly recommended.
  33.  
  34. -- 
  35. Rob Stewart    | My opinions are generally my own.  They do
  36. Datalytics, Inc.| not necessarily reflect those of my employer.
  37.